Html Css Color HEX #FFB70D Selective Yellow

📋 copy color: '#FFB70D'

red 255 ◦ green 183 ◦ blue 13

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

Shades of Selective Yellow #FFB70D

Tints of Selective Yellow #FFB70D

RGB

 RED value IS 255 (100% from 255) = 56.54%

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

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

R = 56.54%
G = 40.58%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFB70D (or 0xFFB70D) is known color: Selective Yellow. HEX triplet: FF, B7 and 0D. RGB value is (255,183,13). Sum of RGB (Red+Green+Blue) = 255+183+13=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB70D is #0048F2. Grayscale: #B9B9B9. Windows color (decimal): -18675 or 899071. OLE color: 899071.

HSL color Cylindrical-coordinate representation of color #FFB70D: hue angle of 42.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB70D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 183 13 -
CMYK 0 0.28 0.95 0
HSL 42.15º 1% 0.53% -
HSV(B) 42.15º 0.95% 1% -
XYZ 58.25 55.16 7.96 -
YUV 185.15 30.85 177.82 -
System Red Green Blue C M Y K H S L
Decimal 255 183 13 0 0.28 0.95 0 42.15 1 0.53
Hex FF B7 D 0 1C 5F 0 2A 64 35
Octal 377 267 15 0 34 137 0 52 144 65
Binary 11111111 10110111 1101 0 11100 1011111 0 101010 1100100 110101

Color Harmonies of #FFB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB70D

Black with #FFB70D

Text Example


Text Example

White with #FFB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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