Html Css Color HEX #FCCC1F Turbo

📋 copy color: '#FCCC1F'

red 252 ◦ green 204 ◦ blue 31

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

Shades of Turbo #FCCC1F

Tints of Turbo #FCCC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 51.75%
G = 41.89%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCCC1F (or 0xFCCC1F) is known color: Turbo. HEX triplet: FC, CC and 1F. RGB value is (252,204,31). Sum of RGB (Red+Green+Blue) = 252+204+31=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC1F is #0333E0. Grayscale: #C7C7C7. Windows color (decimal): -209889 or 2084092. OLE color: 2084092.

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

Color convert

RGB 252 204 31 -
CMYK 0 0.19 0.88 0.01
HSL 46.97º 0.97% 0.55% -
HSV(B) 46.97º 0.88% 0.99% -
XYZ 61.99 63.98 10.38 -
YUV 198.63 33.4 166.07 -
System Red Green Blue C M Y K H S L
Decimal 252 204 31 0 0.19 0.88 0.01 46.97 0.97 0.55
Hex FC CC 1F 0 13 58 1 2F 61 37
Octal 374 314 37 0 23 130 1 57 141 67
Binary 11111100 11001100 11111 0 10011 1011000 1 101111 1100001 110111

Color Harmonies of #FCCC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC1F

Black with #FCCC1F

Text Example


Text Example

White with #FCCC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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