Html Css Color HEX #F6CB1C Turbo

📋 copy color: '#F6CB1C'

red 246 ◦ green 203 ◦ blue 28

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

Shades of Turbo #F6CB1C

Tints of Turbo #F6CB1C

RGB

 RED value IS 246 (96.48% from 255) = 51.57%

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 28 (11.33% from 255) = 5.87%

R = 51.57%
G = 42.56%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6CB1C (or 0xF6CB1C) is known color: Turbo. HEX triplet: F6, CB and 1C. RGB value is (246,203,28). Sum of RGB (Red+Green+Blue) = 246+203+28=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CB1C is #0934E3. Grayscale: #C4C4C4. Windows color (decimal): -603364 or 1887222. OLE color: 1887222.

HSL color Cylindrical-coordinate representation of color #F6CB1C: hue angle of 48.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6CB1C is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 28 -
CMYK 0 0.17 0.89 0.04
HSL 48.17º 0.92% 0.54% -
HSV(B) 48.17º 0.89% 0.96% -
XYZ 59.57 62.39 10 -
YUV 195.91 33.25 163.73 -
System Red Green Blue C M Y K H S L
Decimal 246 203 28 0 0.17 0.89 0.04 48.17 0.92 0.54
Hex F6 CB 1C 0 11 59 4 30 5C 36
Octal 366 313 34 0 21 131 4 60 134 66
Binary 11110110 11001011 11100 0 10001 1011001 100 110000 1011100 110110

Color Harmonies of #F6CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB1C

Black with #F6CB1C

Text Example


Text Example

White with #F6CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB1C; }

 p { color: rgb(246,203,28); }

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

background-color css

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

 a { background-color: rgb(246,203,28); }

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

border-color css

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

 span { border-color: rgb(246,203,28); }

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