Html Css Color HEX #FCC61F Turbo

📋 copy color: '#FCC61F'

red 252 ◦ green 198 ◦ blue 31

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

Shades of Turbo #FCC61F

Tints of Turbo #FCC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

 BLUE value IS 31 (12.5% from 255) = 6.44%

R = 52.39%
G = 41.16%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCC61F (or 0xFCC61F) is known color: Turbo. HEX triplet: FC, C6 and 1F. RGB value is (252,198,31). Sum of RGB (Red+Green+Blue) = 252+198+31=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC61F is #0339E0. Grayscale: #C3C3C3. Windows color (decimal): -211425 or 2082556. OLE color: 2082556.

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

Color convert

RGB 252 198 31 -
CMYK 0 0.21 0.88 0.01
HSL 45.34º 0.97% 0.55% -
HSV(B) 45.34º 0.88% 0.99% -
XYZ 60.59 61.18 9.91 -
YUV 195.11 35.39 168.58 -
System Red Green Blue C M Y K H S L
Decimal 252 198 31 0 0.21 0.88 0.01 45.34 0.97 0.55
Hex FC C6 1F 0 15 58 1 2D 61 37
Octal 374 306 37 0 25 130 1 55 141 67
Binary 11111100 11000110 11111 0 10101 1011000 1 101101 1100001 110111

Color Harmonies of #FCC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC61F

Black with #FCC61F

Text Example


Text Example

White with #FCC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC61F; }

 p { color: rgb(252,198,31); }

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

background-color css

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

 a { background-color: rgb(252,198,31); }

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

border-color css

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

 span { border-color: rgb(252,198,31); }

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