Html Css Color HEX #FCCA1E Turbo

📋 copy color: '#FCCA1E'

red 252 ◦ green 202 ◦ blue 30

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

Shades of Turbo #FCCA1E

Tints of Turbo #FCCA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.2%

R = 52.07%
G = 41.74%
B = 6.2%

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

#FCCA1E (or 0xFCCA1E) is known color: Turbo. HEX triplet: FC, CA and 1E. RGB value is (252,202,30). Sum of RGB (Red+Green+Blue) = 252+202+30=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA1E is #0335E1. Grayscale: #C6C6C6. Windows color (decimal): -210402 or 2018044. OLE color: 2018044.

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

Color convert

RGB 252 202 30 -
CMYK 0 0.20 0.88 0.01
HSL 46.49º 0.97% 0.55% -
HSV(B) 46.49º 0.88% 0.99% -
XYZ 61.5 63.03 10.15 -
YUV 197.34 33.57 166.99 -
System Red Green Blue C M Y K H S L
Decimal 252 202 30 0 0.20 0.88 0.01 46.49 0.97 0.55
Hex FC CA 1E 0 14 58 1 2E 61 37
Octal 374 312 36 0 24 130 1 56 141 67
Binary 11111100 11001010 11110 0 10100 1011000 1 101110 1100001 110111

Color Harmonies of #FCCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA1E

Black with #FCCA1E

Text Example


Text Example

White with #FCCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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