Html Css Color HEX #FEB70D Selective Yellow

📋 copy color: '#FEB70D'

red 254 ◦ green 183 ◦ blue 13

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

Shades of Selective Yellow #FEB70D

Tints of Selective Yellow #FEB70D

RGB

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

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

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

R = 56.44%
G = 40.67%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEB70D (or 0xFEB70D) is known color: Selective Yellow. HEX triplet: FE, B7 and 0D. RGB value is (254,183,13). Sum of RGB (Red+Green+Blue) = 254+183+13=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB70D is #0148F2. Grayscale: #B9B9B9. Windows color (decimal): -84211 or 899070. OLE color: 899070.

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

Color convert

RGB 254 183 13 -
CMYK 0 0.28 0.95 0.00
HSL 42.32º 0.99% 0.52% -
HSV(B) 42.32º 0.95% 1% -
XYZ 57.88 54.97 7.94 -
YUV 184.85 31.02 177.32 -
System Red Green Blue C M Y K H S L
Decimal 254 183 13 0 0.28 0.95 0.00 42.32 0.99 0.52
Hex FE B7 D 0 1C 5F 0 2A 63 34
Octal 376 267 15 0 34 137 0 52 143 64
Binary 11111110 10110111 1101 0 11100 1011111 0 101010 1100011 110100

Color Harmonies of #FEB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB70D

Black with #FEB70D

Text Example


Text Example

White with #FEB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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