Html Css Color HEX #FEB70B Selective Yellow

📋 copy color: '#FEB70B'

red 254 ◦ green 183 ◦ blue 11

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

Shades of Selective Yellow #FEB70B

Tints of Selective Yellow #FEB70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 56.7%
G = 40.85%
B = 2.46%

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

#FEB70B (or 0xFEB70B) is known color: Selective Yellow. HEX triplet: FE, B7 and 0B. RGB value is (254,183,11). Sum of RGB (Red+Green+Blue) = 254+183+11=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB70B is #0148F4. Grayscale: #B9B9B9. Windows color (decimal): -84213 or 767998. OLE color: 767998.

HSL color Cylindrical-coordinate representation of color #FEB70B: hue angle of 42.47º 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 #FEB70B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 11 -
CMYK 0 0.28 0.96 0.00
HSL 42.47º 0.99% 0.52% -
HSV(B) 42.47º 0.96% 1% -
XYZ 57.87 54.96 7.88 -
YUV 184.62 30.02 177.49 -
System Red Green Blue C M Y K H S L
Decimal 254 183 11 0 0.28 0.96 0.00 42.47 0.99 0.52
Hex FE B7 B 0 1C 60 0 2A 63 34
Octal 376 267 13 0 34 140 0 52 143 64
Binary 11111110 10110111 1011 0 11100 1100000 0 101010 1100011 110100

Color Harmonies of #FEB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB70B

Black with #FEB70B

Text Example


Text Example

White with #FEB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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