Html Css Color HEX #FCCF2B Sunglow

📋 copy color: '#FCCF2B'

red 252 ◦ green 207 ◦ blue 43

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

Shades of Sunglow #FCCF2B

Tints of Sunglow #FCCF2B

RGB

 RED value IS 252 (98.83% from 255) = 50.2%

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 43 (17.19% from 255) = 8.57%

R = 50.2%
G = 41.24%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCCF2B (or 0xFCCF2B) is known color: Sunglow. HEX triplet: FC, CF and 2B. RGB value is (252,207,43). Sum of RGB (Red+Green+Blue) = 252+207+43=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF2B is #0330D4. Grayscale: #CACACA. Windows color (decimal): -209109 or 2871292. OLE color: 2871292.

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

Color convert

RGB 252 207 43 -
CMYK 0 0.18 0.83 0.01
HSL 47.08º 0.97% 0.58% -
HSV(B) 47.08º 0.83% 0.99% -
XYZ 62.89 65.5 11.61 -
YUV 201.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 252 207 43 0 0.18 0.83 0.01 47.08 0.97 0.58
Hex FC CF 2B 0 12 53 1 2F 61 3A
Octal 374 317 53 0 22 123 1 57 141 72
Binary 11111100 11001111 101011 0 10010 1010011 1 101111 1100001 111010

Color Harmonies of #FCCF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF2B

Black with #FCCF2B

Text Example


Text Example

White with #FCCF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF2B; }

 p { color: rgb(252,207,43); }

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

background-color css

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

 a { background-color: rgb(252,207,43); }

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

border-color css

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

 span { border-color: rgb(252,207,43); }

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