Html Css Color HEX #F7CB1B Turbo

📋 copy color: '#F7CB1B'

red 247 ◦ green 203 ◦ blue 27

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

Shades of Turbo #F7CB1B

Tints of Turbo #F7CB1B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

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

R = 51.78%
G = 42.56%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7CB1B (or 0xF7CB1B) is known color: Turbo. HEX triplet: F7, CB and 1B. RGB value is (247,203,27). Sum of RGB (Red+Green+Blue) = 247+203+27=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB1B is #0834E4. Grayscale: #C4C4C4. Windows color (decimal): -537829 or 1821687. OLE color: 1821687.

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

Color convert

RGB 247 203 27 -
CMYK 0 0.18 0.89 0.03
HSL 48º 0.93% 0.54% -
HSV(B) 48º 0.89% 0.97% -
XYZ 59.91 62.57 9.96 -
YUV 196.09 32.58 164.31 -
System Red Green Blue C M Y K H S L
Decimal 247 203 27 0 0.18 0.89 0.03 48 0.93 0.54
Hex F7 CB 1B 0 12 59 3 30 5D 36
Octal 367 313 33 0 22 131 3 60 135 66
Binary 11110111 11001011 11011 0 10010 1011001 11 110000 1011101 110110

Color Harmonies of #F7CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB1B

Black with #F7CB1B

Text Example


Text Example

White with #F7CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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