Html Css Color HEX #F7CF1C Turbo

📋 copy color: '#F7CF1C'

red 247 ◦ green 207 ◦ blue 28

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

Shades of Turbo #F7CF1C

Tints of Turbo #F7CF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

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

R = 51.24%
G = 42.95%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7CF1C (or 0xF7CF1C) is known color: Turbo. HEX triplet: F7, CF and 1C. RGB value is (247,207,28). Sum of RGB (Red+Green+Blue) = 247+207+28=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF1C is #0830E3. Grayscale: #C7C7C7. Windows color (decimal): -536804 or 1888247. OLE color: 1888247.

HSL color Cylindrical-coordinate representation of color #F7CF1C: hue angle of 49.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7CF1C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 207 28 -
CMYK 0 0.16 0.89 0.03
HSL 49.04º 0.93% 0.54% -
HSV(B) 49.04º 0.89% 0.97% -
XYZ 60.88 64.48 10.34 -
YUV 198.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 247 207 28 0 0.16 0.89 0.03 49.04 0.93 0.54
Hex F7 CF 1C 0 10 59 3 31 5D 36
Octal 367 317 34 0 20 131 3 61 135 66
Binary 11110111 11001111 11100 0 10000 1011001 11 110001 1011101 110110

Color Harmonies of #F7CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF1C

Black with #F7CF1C

Text Example


Text Example

White with #F7CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF1C; }

 p { color: rgb(247,207,28); }

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

background-color css

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

 a { background-color: rgb(247,207,28); }

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

border-color css

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

 span { border-color: rgb(247,207,28); }

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