Html Css Color HEX #F7CF1E Turbo

📋 copy color: '#F7CF1E'

red 247 ◦ green 207 ◦ blue 30

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

Shades of Turbo #F7CF1E

Tints of Turbo #F7CF1E

RGB

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

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

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

R = 51.03%
G = 42.77%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7CF1E (or 0xF7CF1E) is known color: Turbo. HEX triplet: F7, CF and 1E. RGB value is (247,207,30). Sum of RGB (Red+Green+Blue) = 247+207+30=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF1E is #0830E1. Grayscale: #C7C7C7. Windows color (decimal): -536802 or 2019319. OLE color: 2019319.

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

Color convert

RGB 247 207 30 -
CMYK 0 0.16 0.88 0.03
HSL 48.94º 0.93% 0.54% -
HSV(B) 48.94º 0.88% 0.97% -
XYZ 60.9 64.49 10.47 -
YUV 198.78 32.75 162.39 -
System Red Green Blue C M Y K H S L
Decimal 247 207 30 0 0.16 0.88 0.03 48.94 0.93 0.54
Hex F7 CF 1E 0 10 58 3 31 5D 36
Octal 367 317 36 0 20 130 3 61 135 66
Binary 11110111 11001111 11110 0 10000 1011000 11 110001 1011101 110110

Color Harmonies of #F7CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF1E

Black with #F7CF1E

Text Example


Text Example

White with #F7CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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