Html Css Color HEX #FCCA1D Turbo

📋 copy color: '#FCCA1D'

red 252 ◦ green 202 ◦ blue 29

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

Shades of Turbo #FCCA1D

Tints of Turbo #FCCA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 52.17%
G = 41.82%
B = 6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCCA1D (or 0xFCCA1D) is known color: Turbo. HEX triplet: FC, CA and 1D. RGB value is (252,202,29). Sum of RGB (Red+Green+Blue) = 252+202+29=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA1D is #0335E2. Grayscale: #C5C5C5. Windows color (decimal): -210403 or 1952508. OLE color: 1952508.

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

Color convert

RGB 252 202 29 -
CMYK 0 0.20 0.88 0.01
HSL 46.55º 0.97% 0.55% -
HSV(B) 46.55º 0.88% 0.99% -
XYZ 61.49 63.03 10.09 -
YUV 197.23 33.07 167.07 -
System Red Green Blue C M Y K H S L
Decimal 252 202 29 0 0.20 0.88 0.01 46.55 0.97 0.55
Hex FC CA 1D 0 14 58 1 2F 61 37
Octal 374 312 35 0 24 130 1 57 141 67
Binary 11111100 11001010 11101 0 10100 1011000 1 101111 1100001 110111

Color Harmonies of #FCCA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA1D

Black with #FCCA1D

Text Example


Text Example

White with #FCCA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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