Html Css Color HEX #FCC61E Turbo

📋 copy color: '#FCC61E'

red 252 ◦ green 198 ◦ blue 30

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

Shades of Turbo #FCC61E

Tints of Turbo #FCC61E

RGB

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

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

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

R = 52.5%
G = 41.25%
B = 6.25%

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

#FCC61E (or 0xFCC61E) is known color: Turbo. HEX triplet: FC, C6 and 1E. RGB value is (252,198,30). Sum of RGB (Red+Green+Blue) = 252+198+30=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC61E is #0339E1. Grayscale: #C3C3C3. Windows color (decimal): -211426 or 2017020. OLE color: 2017020.

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

Color convert

RGB 252 198 30 -
CMYK 0 0.21 0.88 0.01
HSL 45.41º 0.97% 0.55% -
HSV(B) 45.41º 0.88% 0.99% -
XYZ 60.57 61.18 9.84 -
YUV 194.99 34.89 168.66 -
System Red Green Blue C M Y K H S L
Decimal 252 198 30 0 0.21 0.88 0.01 45.41 0.97 0.55
Hex FC C6 1E 0 15 58 1 2D 61 37
Octal 374 306 36 0 25 130 1 55 141 67
Binary 11111100 11000110 11110 0 10101 1011000 1 101101 1100001 110111

Color Harmonies of #FCC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC61E

Black with #FCC61E

Text Example


Text Example

White with #FCC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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