Html Css Color HEX #F7C918 Turbo

📋 copy color: '#F7C918'

red 247 ◦ green 201 ◦ blue 24

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

Shades of Turbo #F7C918

Tints of Turbo #F7C918

RGB

 RED value IS 247 (96.88% from 255) = 52.33%

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 52.33%
G = 42.58%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F7C918 (or 0xF7C918) is known color: Turbo. HEX triplet: F7, C9 and 18. RGB value is (247,201,24). Sum of RGB (Red+Green+Blue) = 247+201+24=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C918 is #0836E7. Grayscale: #C3C3C3. Windows color (decimal): -538344 or 1624567. OLE color: 1624567.

HSL color Cylindrical-coordinate representation of color #F7C918: hue angle of 47.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7C918 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 24 -
CMYK 0 0.19 0.90 0.03
HSL 47.62º 0.93% 0.53% -
HSV(B) 47.62º 0.9% 0.97% -
XYZ 59.41 61.61 9.63 -
YUV 194.58 31.74 165.39 -
System Red Green Blue C M Y K H S L
Decimal 247 201 24 0 0.19 0.90 0.03 47.62 0.93 0.53
Hex F7 C9 18 0 13 5A 3 30 5D 35
Octal 367 311 30 0 23 132 3 60 135 65
Binary 11110111 11001001 11000 0 10011 1011010 11 110000 1011101 110101

Color Harmonies of #F7C918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C918

Black with #F7C918

Text Example


Text Example

White with #F7C918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C918; }

 p { color: rgb(247,201,24); }

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

background-color css

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

 a { background-color: rgb(247,201,24); }

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

border-color css

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

 span { border-color: rgb(247,201,24); }

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