Html Css Color HEX #FDCB3E Sunglow

📋 copy color: '#FDCB3E'

red 253 ◦ green 203 ◦ blue 62

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

Shades of Sunglow #FDCB3E

Tints of Sunglow #FDCB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.97%

R = 48.84%
G = 39.19%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDCB3E (or 0xFDCB3E) is known color: Sunglow. HEX triplet: FD, CB and 3E. RGB value is (253,203,62). Sum of RGB (Red+Green+Blue) = 253+203+62=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB3E is #0234C1. Grayscale: #CACACA. Windows color (decimal): -144578 or 4115453. OLE color: 4115453.

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

Color convert

RGB 253 203 62 -
CMYK 0 0.20 0.75 0.01
HSL 44.29º 0.98% 0.62% -
HSV(B) 44.29º 0.75% 0.99% -
XYZ 62.73 63.94 13.59 -
YUV 201.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 253 203 62 0 0.20 0.75 0.01 44.29 0.98 0.62
Hex FD CB 3E 0 14 4B 1 2C 62 3E
Octal 375 313 76 0 24 113 1 54 142 76
Binary 11111101 11001011 111110 0 10100 1001011 1 101100 1100010 111110

Color Harmonies of #FDCB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB3E

Black with #FDCB3E

Text Example


Text Example

White with #FDCB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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