Html Css Color HEX #FEB70F Selective Yellow

📋 copy color: '#FEB70F'

red 254 ◦ green 183 ◦ blue 15

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

Shades of Selective Yellow #FEB70F

Tints of Selective Yellow #FEB70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 56.19%
G = 40.49%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEB70F (or 0xFEB70F) is known color: Selective Yellow. HEX triplet: FE, B7 and 0F. RGB value is (254,183,15). Sum of RGB (Red+Green+Blue) = 254+183+15=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB70F is #0148F0. Grayscale: #B9B9B9. Windows color (decimal): -84209 or 1030142. OLE color: 1030142.

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

Color convert

RGB 254 183 15 -
CMYK 0 0.28 0.94 0.00
HSL 42.18º 0.99% 0.53% -
HSV(B) 42.18º 0.94% 1% -
XYZ 57.89 54.97 8.01 -
YUV 185.08 32.02 177.16 -
System Red Green Blue C M Y K H S L
Decimal 254 183 15 0 0.28 0.94 0.00 42.18 0.99 0.53
Hex FE B7 F 0 1C 5E 0 2A 63 35
Octal 376 267 17 0 34 136 0 52 143 65
Binary 11111110 10110111 1111 0 11100 1011110 0 101010 1100011 110101

Color Harmonies of #FEB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB70F

Black with #FEB70F

Text Example


Text Example

White with #FEB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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