Html Css Color HEX #FE951B Carrot Orange

📋 copy color: '#FE951B'

red 254 ◦ green 149 ◦ blue 27

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

Shades of Carrot Orange #FE951B

Tints of Carrot Orange #FE951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 59.07%
G = 34.65%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE951B (or 0xFE951B) is known color: Carrot Orange. HEX triplet: FE, 95 and 1B. RGB value is (254,149,27). Sum of RGB (Red+Green+Blue) = 254+149+27=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE951B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE951B is #016AE4. Grayscale: #A7A7A7. Windows color (decimal): -92901 or 1807870. OLE color: 1807870.

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

Color convert

RGB 254 149 27 -
CMYK 0 0.41 0.89 0.00
HSL 32.25º 0.99% 0.55% -
HSV(B) 32.25º 0.89% 1% -
XYZ 51.82 42.64 6.54 -
YUV 166.49 49.29 190.42 -
System Red Green Blue C M Y K H S L
Decimal 254 149 27 0 0.41 0.89 0.00 32.25 0.99 0.55
Hex FE 95 1B 0 29 59 0 20 63 37
Octal 376 225 33 0 51 131 0 40 143 67
Binary 11111110 10010101 11011 0 101001 1011001 0 100000 1100011 110111

Color Harmonies of #FE951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE951B

Black with #FE951B

Text Example


Text Example

White with #FE951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE951B; }

 p { color: rgb(254,149,27); }

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

background-color css

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

 a { background-color: rgb(254,149,27); }

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

border-color css

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

 span { border-color: rgb(254,149,27); }

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