Html Css Color HEX #FEB70A Selective Yellow

📋 copy color: '#FEB70A'

red 254 ◦ green 183 ◦ blue 10

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

Shades of Selective Yellow #FEB70A

Tints of Selective Yellow #FEB70A

RGB

 RED value IS 254 (99.61% from 255) = 56.82%

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

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

R = 56.82%
G = 40.94%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEB70A (or 0xFEB70A) is known color: Selective Yellow. HEX triplet: FE, B7 and 0A. RGB value is (254,183,10). Sum of RGB (Red+Green+Blue) = 254+183+10=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB70A is #0148F5. Grayscale: #B9B9B9. Windows color (decimal): -84214 or 702462. OLE color: 702462.

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

Color convert

RGB 254 183 10 -
CMYK 0 0.28 0.96 0.00
HSL 42.54º 0.99% 0.52% -
HSV(B) 42.54º 0.96% 1% -
XYZ 57.86 54.96 7.85 -
YUV 184.51 29.52 177.57 -
System Red Green Blue C M Y K H S L
Decimal 254 183 10 0 0.28 0.96 0.00 42.54 0.99 0.52
Hex FE B7 A 0 1C 60 0 2B 63 34
Octal 376 267 12 0 34 140 0 53 143 64
Binary 11111110 10110111 1010 0 11100 1100000 0 101011 1100011 110100

Color Harmonies of #FEB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB70A

Black with #FEB70A

Text Example


Text Example

White with #FEB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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