Html Css Color HEX #FCC825 Turbo

📋 copy color: '#FCC825'

red 252 ◦ green 200 ◦ blue 37

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

Shades of Turbo #FCC825

Tints of Turbo #FCC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.9%

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

R = 51.53%
G = 40.9%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCC825 (or 0xFCC825) is known color: Turbo. HEX triplet: FC, C8 and 25. RGB value is (252,200,37). Sum of RGB (Red+Green+Blue) = 252+200+37=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC825 is #0337DA. Grayscale: #C5C5C5. Windows color (decimal): -210907 or 2476284. OLE color: 2476284.

HSL color Cylindrical-coordinate representation of color #FCC825: hue angle of 45.49º 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 #FCC825 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 37 -
CMYK 0 0.21 0.85 0.01
HSL 45.49º 0.97% 0.57% -
HSV(B) 45.49º 0.85% 0.99% -
XYZ 61.13 62.14 10.52 -
YUV 196.97 37.73 167.25 -
System Red Green Blue C M Y K H S L
Decimal 252 200 37 0 0.21 0.85 0.01 45.49 0.97 0.57
Hex FC C8 25 0 15 55 1 2D 61 39
Octal 374 310 45 0 25 125 1 55 141 71
Binary 11111100 11001000 100101 0 10101 1010101 1 101101 1100001 111001

Color Harmonies of #FCC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC825

Black with #FCC825

Text Example


Text Example

White with #FCC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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