Html Css Color HEX #F7CF1A Turbo

📋 copy color: '#F7CF1A'

red 247 ◦ green 207 ◦ blue 26

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

Shades of Turbo #F7CF1A

Tints of Turbo #F7CF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 51.46%
G = 43.13%
B = 5.42%

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

#F7CF1A (or 0xF7CF1A) is known color: Turbo. HEX triplet: F7, CF and 1A. RGB value is (247,207,26). Sum of RGB (Red+Green+Blue) = 247+207+26=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF1A is #0830E5. Grayscale: #C7C7C7. Windows color (decimal): -536806 or 1757175. OLE color: 1757175.

HSL color Cylindrical-coordinate representation of color #F7CF1A: hue angle of 49.14º 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 #F7CF1A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 207 26 -
CMYK 0 0.16 0.89 0.03
HSL 49.14º 0.93% 0.54% -
HSV(B) 49.14º 0.89% 0.97% -
XYZ 60.86 64.47 10.21 -
YUV 198.33 30.75 162.72 -
System Red Green Blue C M Y K H S L
Decimal 247 207 26 0 0.16 0.89 0.03 49.14 0.93 0.54
Hex F7 CF 1A 0 10 59 3 31 5D 36
Octal 367 317 32 0 20 131 3 61 135 66
Binary 11110111 11001111 11010 0 10000 1011001 11 110001 1011101 110110

Color Harmonies of #F7CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF1A

Black with #F7CF1A

Text Example


Text Example

White with #F7CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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