Html Css Color HEX #FD9F2C Lightning Yellow

📋 copy color: '#FD9F2C'

red 253 ◦ green 159 ◦ blue 44

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

Shades of Lightning Yellow #FD9F2C

Tints of Lightning Yellow #FD9F2C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.87%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 55.48%
G = 34.87%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD9F2C (or 0xFD9F2C) is known color: Lightning Yellow. HEX triplet: FD, 9F and 2C. RGB value is (253,159,44). Sum of RGB (Red+Green+Blue) = 253+159+44=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9F2C is #0260D3. Grayscale: #AEAEAE. Windows color (decimal): -155860 or 2924541. OLE color: 2924541.

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

Color convert

RGB 253 159 44 -
CMYK 0 0.37 0.83 0.01
HSL 33.01º 0.98% 0.58% -
HSV(B) 33.01º 0.83% 0.99% -
XYZ 53.36 45.86 8.42 -
YUV 174 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 253 159 44 0 0.37 0.83 0.01 33.01 0.98 0.58
Hex FD 9F 2C 0 25 53 1 21 62 3A
Octal 375 237 54 0 45 123 1 41 142 72
Binary 11111101 10011111 101100 0 100101 1010011 1 100001 1100010 111010

Color Harmonies of #FD9F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9F2C

Black with #FD9F2C

Text Example


Text Example

White with #FD9F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9F2C; }

 p { color: rgb(253,159,44); }

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

background-color css

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

 a { background-color: rgb(253,159,44); }

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

border-color css

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

 span { border-color: rgb(253,159,44); }

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