Html Css Color HEX #F7B70C Selective Yellow

📋 copy color: '#F7B70C'

red 247 ◦ green 183 ◦ blue 12

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

Shades of Selective Yellow #F7B70C

Tints of Selective Yellow #F7B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 55.88%
G = 41.4%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7B70C (or 0xF7B70C) is known color: Selective Yellow. HEX triplet: F7, B7 and 0C. RGB value is (247,183,12). Sum of RGB (Red+Green+Blue) = 247+183+12=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B70C is #0848F3. Grayscale: #B7B7B7. Windows color (decimal): -542964 or 833527. OLE color: 833527.

HSL color Cylindrical-coordinate representation of color #F7B70C: hue angle of 43.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7B70C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 183 12 -
CMYK 0 0.26 0.95 0.03
HSL 43.66º 0.94% 0.51% -
HSV(B) 43.66º 0.95% 0.97% -
XYZ 55.36 53.67 7.79 -
YUV 182.64 31.7 173.9 -
System Red Green Blue C M Y K H S L
Decimal 247 183 12 0 0.26 0.95 0.03 43.66 0.94 0.51
Hex F7 B7 C 0 1A 5F 3 2C 5E 33
Octal 367 267 14 0 32 137 3 54 136 63
Binary 11110111 10110111 1100 0 11010 1011111 11 101100 1011110 110011

Color Harmonies of #F7B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B70C

Black with #F7B70C

Text Example


Text Example

White with #F7B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B70C; }

 p { color: rgb(247,183,12); }

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

background-color css

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

 a { background-color: rgb(247,183,12); }

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

border-color css

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

 span { border-color: rgb(247,183,12); }

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