Html Css Color HEX #FEB234 Supernova

📋 copy color: '#FEB234'

red 254 ◦ green 178 ◦ blue 52

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

Shades of Supernova #FEB234

Tints of Supernova #FEB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 52.48%
G = 36.78%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEB234 (or 0xFEB234) is known color: Supernova. HEX triplet: FE, B2 and 34. RGB value is (254,178,52). Sum of RGB (Red+Green+Blue) = 254+178+52=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB234 is #014DCB. Grayscale: #BABABA. Windows color (decimal): -85452 or 3453694. OLE color: 3453694.

HSL color Cylindrical-coordinate representation of color #FEB234: hue angle of 37.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEB234 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 52 -
CMYK 0 0.30 0.80 0.00
HSL 37.43º 0.99% 0.6% -
HSV(B) 37.43º 0.8% 1% -
XYZ 57.41 53.16 10.48 -
YUV 186.36 52.18 176.25 -
System Red Green Blue C M Y K H S L
Decimal 254 178 52 0 0.30 0.80 0.00 37.43 0.99 0.6
Hex FE B2 34 0 1E 50 0 25 63 3C
Octal 376 262 64 0 36 120 0 45 143 74
Binary 11111110 10110010 110100 0 11110 1010000 0 100101 1100011 111100

Color Harmonies of #FEB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB234

Black with #FEB234

Text Example


Text Example

White with #FEB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB234; }

 p { color: rgb(254,178,52); }

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

background-color css

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

 a { background-color: rgb(254,178,52); }

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

border-color css

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

 span { border-color: rgb(254,178,52); }

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