Html Css Color HEX #FDA234 Lightning Yellow

📋 copy color: '#FDA234'

red 253 ◦ green 162 ◦ blue 52

#FDA234
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FDA234

Tints of Lightning Yellow #FDA234

RGB

 RED value IS 253 (99.22% from 255) = 54.18%

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 54.18%
G = 34.69%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDA234 (or 0xFDA234) is known color: Lightning Yellow. HEX triplet: FD, A2 and 34. RGB value is (253,162,52). Sum of RGB (Red+Green+Blue) = 253+162+52=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA234 is #025DCB. Grayscale: #B1B1B1. Windows color (decimal): -155084 or 3449597. OLE color: 3449597.

HSL color Cylindrical-coordinate representation of color #FDA234: hue angle of 32.84º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDA234 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 52 -
CMYK 0 0.36 0.79 0.01
HSL 32.84º 0.98% 0.6% -
HSV(B) 32.84º 0.79% 0.99% -
XYZ 54.05 46.97 9.47 -
YUV 176.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 253 162 52 0 0.36 0.79 0.01 32.84 0.98 0.6
Hex FD A2 34 0 24 4F 1 21 62 3C
Octal 375 242 64 0 44 117 1 41 142 74
Binary 11111101 10100010 110100 0 100100 1001111 1 100001 1100010 111100

Color Harmonies of #FDA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA234

Black with #FDA234

Text Example


Text Example

White with #FDA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA234; }

 p { color: rgb(253,162,52); }

 H1.HeaderClassName
 {
   color: #FDA234;
 }
 .AnyTagClassName
 {
   color: #FDA234;
 }
</style>

background-color css

<style>
 a { background-color: #FDA234; }

 a { background-color: rgb(253,162,52); }

 div.DivClassName
 {
   background-color: #FDA234;
 }
 .BgClassName
 {
   background-color: #FDA234;
 }
</style>

border-color css

<style>
 span { border-color: #FDA234; }

 span { border-color: rgb(253,162,52); }

 td.TdClassName
 {
   border-color: #FDA234;
 }
 .TagClassName
 {
   border-color: #FDA234;
 }
</style>