Html Css Color HEX #F7CF1B Turbo

📋 copy color: '#F7CF1B'

red 247 ◦ green 207 ◦ blue 27

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

Shades of Turbo #F7CF1B

Tints of Turbo #F7CF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 51.35%
G = 43.04%
B = 5.61%

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

#F7CF1B (or 0xF7CF1B) is known color: Turbo. HEX triplet: F7, CF and 1B. RGB value is (247,207,27). Sum of RGB (Red+Green+Blue) = 247+207+27=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF1B is #0830E4. Grayscale: #C7C7C7. Windows color (decimal): -536805 or 1822711. OLE color: 1822711.

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

Color convert

RGB 247 207 27 -
CMYK 0 0.16 0.89 0.03
HSL 49.09º 0.93% 0.54% -
HSV(B) 49.09º 0.89% 0.97% -
XYZ 60.87 64.48 10.27 -
YUV 198.44 31.25 162.64 -
System Red Green Blue C M Y K H S L
Decimal 247 207 27 0 0.16 0.89 0.03 49.09 0.93 0.54
Hex F7 CF 1B 0 10 59 3 31 5D 36
Octal 367 317 33 0 20 131 3 61 135 66
Binary 11110111 11001111 11011 0 10000 1011001 11 110001 1011101 110110

Color Harmonies of #F7CF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF1B

Black with #F7CF1B

Text Example


Text Example

White with #F7CF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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