Html Css Color HEX #FFB70A Selective Yellow

📋 copy color: '#FFB70A'

red 255 ◦ green 183 ◦ blue 10

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

Shades of Selective Yellow #FFB70A

Tints of Selective Yellow #FFB70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 56.92%
G = 40.85%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFB70A (or 0xFFB70A) is known color: Selective Yellow. HEX triplet: FF, B7 and 0A. RGB value is (255,183,10). Sum of RGB (Red+Green+Blue) = 255+183+10=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB70A is #0048F5. Grayscale: #B9B9B9. Windows color (decimal): -18678 or 702463. OLE color: 702463.

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

Color convert

RGB 255 183 10 -
CMYK 0 0.28 0.96 0
HSL 42.37º 1% 0.52% -
HSV(B) 42.37º 0.96% 1% -
XYZ 58.23 55.15 7.86 -
YUV 184.81 29.35 178.07 -
System Red Green Blue C M Y K H S L
Decimal 255 183 10 0 0.28 0.96 0 42.37 1 0.52
Hex FF B7 A 0 1C 60 0 2A 64 34
Octal 377 267 12 0 34 140 0 52 144 64
Binary 11111111 10110111 1010 0 11100 1100000 0 101010 1100100 110100

Color Harmonies of #FFB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB70A

Black with #FFB70A

Text Example


Text Example

White with #FFB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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