Html Css Color HEX #FCC61B Turbo

📋 copy color: '#FCC61B'

red 252 ◦ green 198 ◦ blue 27

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

Shades of Turbo #FCC61B

Tints of Turbo #FCC61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.66%

R = 52.83%
G = 41.51%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCC61B (or 0xFCC61B) is known color: Turbo. HEX triplet: FC, C6 and 1B. RGB value is (252,198,27). Sum of RGB (Red+Green+Blue) = 252+198+27=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC61B is #0339E4. Grayscale: #C3C3C3. Windows color (decimal): -211429 or 1820412. OLE color: 1820412.

HSL color Cylindrical-coordinate representation of color #FCC61B: hue angle of 45.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCC61B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 27 -
CMYK 0 0.21 0.89 0.01
HSL 45.6º 0.97% 0.55% -
HSV(B) 45.6º 0.89% 0.99% -
XYZ 60.54 61.16 9.65 -
YUV 194.65 33.39 168.9 -
System Red Green Blue C M Y K H S L
Decimal 252 198 27 0 0.21 0.89 0.01 45.6 0.97 0.55
Hex FC C6 1B 0 15 59 1 2E 61 37
Octal 374 306 33 0 25 131 1 56 141 67
Binary 11111100 11000110 11011 0 10101 1011001 1 101110 1100001 110111

Color Harmonies of #FCC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC61B

Black with #FCC61B

Text Example


Text Example

White with #FCC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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