Html Css Color HEX #FDCB2A Sunglow

📋 copy color: '#FDCB2A'

red 253 ◦ green 203 ◦ blue 42

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

Shades of Sunglow #FDCB2A

Tints of Sunglow #FDCB2A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 42 (16.8% from 255) = 8.43%

R = 50.8%
G = 40.76%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDCB2A (or 0xFDCB2A) is known color: Sunglow. HEX triplet: FD, CB and 2A. RGB value is (253,203,42). Sum of RGB (Red+Green+Blue) = 253+203+42=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB2A is #0234D5. Grayscale: #C8C8C8. Windows color (decimal): -144598 or 2804733. OLE color: 2804733.

HSL color Cylindrical-coordinate representation of color #FDCB2A: hue angle of 45.78º 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 #FDCB2A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 42 -
CMYK 0 0.20 0.83 0.01
HSL 45.78º 0.98% 0.58% -
HSV(B) 45.78º 0.83% 0.99% -
XYZ 62.28 63.76 11.22 -
YUV 199.6 39.07 166.09 -
System Red Green Blue C M Y K H S L
Decimal 253 203 42 0 0.20 0.83 0.01 45.78 0.98 0.58
Hex FD CB 2A 0 14 53 1 2E 62 3A
Octal 375 313 52 0 24 123 1 56 142 72
Binary 11111101 11001011 101010 0 10100 1010011 1 101110 1100010 111010

Color Harmonies of #FDCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB2A

Black with #FDCB2A

Text Example


Text Example

White with #FDCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB2A; }

 p { color: rgb(253,203,42); }

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

background-color css

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

 a { background-color: rgb(253,203,42); }

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

border-color css

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

 span { border-color: rgb(253,203,42); }

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