Html Css Color HEX #FDCB2F Sunglow

📋 copy color: '#FDCB2F'

red 253 ◦ green 203 ◦ blue 47

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

Shades of Sunglow #FDCB2F

Tints of Sunglow #FDCB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 50.3%
G = 40.36%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDCB2F (or 0xFDCB2F) is known color: Sunglow. HEX triplet: FD, CB and 2F. RGB value is (253,203,47). Sum of RGB (Red+Green+Blue) = 253+203+47=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB2F is #0234D0. Grayscale: #C8C8C8. Windows color (decimal): -144593 or 3132413. OLE color: 3132413.

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

Color convert

RGB 253 203 47 -
CMYK 0 0.20 0.81 0.01
HSL 45.44º 0.98% 0.59% -
HSV(B) 45.44º 0.81% 0.99% -
XYZ 62.38 63.8 11.72 -
YUV 200.17 41.57 165.68 -
System Red Green Blue C M Y K H S L
Decimal 253 203 47 0 0.20 0.81 0.01 45.44 0.98 0.59
Hex FD CB 2F 0 14 51 1 2D 62 3B
Octal 375 313 57 0 24 121 1 55 142 73
Binary 11111101 11001011 101111 0 10100 1010001 1 101101 1100010 111011

Color Harmonies of #FDCB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB2F

Black with #FDCB2F

Text Example


Text Example

White with #FDCB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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