Html Css Color HEX #F8B70D Selective Yellow

📋 copy color: '#F8B70D'

red 248 ◦ green 183 ◦ blue 13

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

Shades of Selective Yellow #F8B70D

Tints of Selective Yellow #F8B70D

RGB

 RED value IS 248 (97.27% from 255) = 55.86%

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

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 55.86%
G = 41.22%
B = 2.93%

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

#F8B70D (or 0xF8B70D) is known color: Selective Yellow. HEX triplet: F8, B7 and 0D. RGB value is (248,183,13). Sum of RGB (Red+Green+Blue) = 248+183+13=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B70D is #0748F2. Grayscale: #B7B7B7. Windows color (decimal): -477427 or 899064. OLE color: 899064.

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

Color convert

RGB 248 183 13 -
CMYK 0 0.26 0.95 0.03
HSL 43.4º 0.94% 0.51% -
HSV(B) 43.4º 0.95% 0.97% -
XYZ 55.72 53.85 7.84 -
YUV 183.06 32.03 174.32 -
System Red Green Blue C M Y K H S L
Decimal 248 183 13 0 0.26 0.95 0.03 43.4 0.94 0.51
Hex F8 B7 D 0 1A 5F 3 2B 5E 33
Octal 370 267 15 0 32 137 3 53 136 63
Binary 11111000 10110111 1101 0 11010 1011111 11 101011 1011110 110011

Color Harmonies of #F8B70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B70D

Black with #F8B70D

Text Example


Text Example

White with #F8B70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B70D; }

 p { color: rgb(248,183,13); }

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

background-color css

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

 a { background-color: rgb(248,183,13); }

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

border-color css

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

 span { border-color: rgb(248,183,13); }

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