Html Css Color HEX #FCCA34 Sunglow

📋 copy color: '#FCCA34'

red 252 ◦ green 202 ◦ blue 52

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

Shades of Sunglow #FCCA34

Tints of Sunglow #FCCA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.92%

 BLUE value IS 52 (20.7% from 255) = 10.28%

R = 49.8%
G = 39.92%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCCA34 (or 0xFCCA34) is known color: Sunglow. HEX triplet: FC, CA and 34. RGB value is (252,202,52). Sum of RGB (Red+Green+Blue) = 252+202+52=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA34 is #0335CB. Grayscale: #C8C8C8. Windows color (decimal): -210380 or 3459836. OLE color: 3459836.

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

Color convert

RGB 252 202 52 -
CMYK 0 0.20 0.79 0.01
HSL 45º 0.97% 0.6% -
HSV(B) 45º 0.79% 0.99% -
XYZ 61.89 63.18 12.18 -
YUV 199.85 44.57 165.2 -
System Red Green Blue C M Y K H S L
Decimal 252 202 52 0 0.20 0.79 0.01 45 0.97 0.6
Hex FC CA 34 0 14 4F 1 2D 61 3C
Octal 374 312 64 0 24 117 1 55 141 74
Binary 11111100 11001010 110100 0 10100 1001111 1 101101 1100001 111100

Color Harmonies of #FCCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA34

Black with #FCCA34

Text Example


Text Example

White with #FCCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA34; }

 p { color: rgb(252,202,52); }

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

background-color css

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

 a { background-color: rgb(252,202,52); }

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

border-color css

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

 span { border-color: rgb(252,202,52); }

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