Html Css Color HEX #FCC325 Turbo

📋 copy color: '#FCC325'

red 252 ◦ green 195 ◦ blue 37

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

Shades of Turbo #FCC325

Tints of Turbo #FCC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

 BLUE value IS 37 (14.84% from 255) = 7.64%

R = 52.07%
G = 40.29%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCC325 (or 0xFCC325) is known color: Turbo. HEX triplet: FC, C3 and 25. RGB value is (252,195,37). Sum of RGB (Red+Green+Blue) = 252+195+37=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC325 is #033CDA. Grayscale: #C2C2C2. Windows color (decimal): -212187 or 2475004. OLE color: 2475004.

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

Color convert

RGB 252 195 37 -
CMYK 0 0.23 0.85 0.01
HSL 44.09º 0.97% 0.57% -
HSV(B) 44.09º 0.85% 0.99% -
XYZ 59.99 59.86 10.14 -
YUV 194.03 39.38 169.35 -
System Red Green Blue C M Y K H S L
Decimal 252 195 37 0 0.23 0.85 0.01 44.09 0.97 0.57
Hex FC C3 25 0 17 55 1 2C 61 39
Octal 374 303 45 0 27 125 1 54 141 71
Binary 11111100 11000011 100101 0 10111 1010101 1 101100 1100001 111001

Color Harmonies of #FCC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC325

Black with #FCC325

Text Example


Text Example

White with #FCC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC325; }

 p { color: rgb(252,195,37); }

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

background-color css

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

 a { background-color: rgb(252,195,37); }

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

border-color css

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

 span { border-color: rgb(252,195,37); }

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