Html Css Color HEX #FCCF1D Turbo

📋 copy color: '#FCCF1D'

red 252 ◦ green 207 ◦ blue 29

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

Shades of Turbo #FCCF1D

Tints of Turbo #FCCF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.42%

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 51.64%
G = 42.42%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCCF1D (or 0xFCCF1D) is known color: Turbo. HEX triplet: FC, CF and 1D. RGB value is (252,207,29). Sum of RGB (Red+Green+Blue) = 252+207+29=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF1D is #0330E2. Grayscale: #C8C8C8. Windows color (decimal): -209123 or 1953788. OLE color: 1953788.

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

Color convert

RGB 252 207 29 -
CMYK 0 0.18 0.88 0.01
HSL 47.89º 0.97% 0.55% -
HSV(B) 47.89º 0.88% 0.99% -
XYZ 62.68 65.41 10.48 -
YUV 200.16 31.41 164.97 -
System Red Green Blue C M Y K H S L
Decimal 252 207 29 0 0.18 0.88 0.01 47.89 0.97 0.55
Hex FC CF 1D 0 12 58 1 30 61 37
Octal 374 317 35 0 22 130 1 60 141 67
Binary 11111100 11001111 11101 0 10010 1011000 1 110000 1100001 110111

Color Harmonies of #FCCF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF1D

Black with #FCCF1D

Text Example


Text Example

White with #FCCF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF1D; }

 p { color: rgb(252,207,29); }

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

background-color css

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

 a { background-color: rgb(252,207,29); }

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

border-color css

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

 span { border-color: rgb(252,207,29); }

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