Html Css Color HEX #FFB430 Supernova

📋 copy color: '#FFB430'

red 255 ◦ green 180 ◦ blue 48

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

Shades of Supernova #FFB430

Tints of Supernova #FFB430

RGB

 RED value IS 255 (100% from 255) = 52.8%

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 48 (19.14% from 255) = 9.94%

R = 52.8%
G = 37.27%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFB430 (or 0xFFB430) is known color: Supernova. HEX triplet: FF, B4 and 30. RGB value is (255,180,48). Sum of RGB (Red+Green+Blue) = 255+180+48=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB430 is #004BCF. Grayscale: #BBBBBB. Windows color (decimal): -19408 or 3192063. OLE color: 3192063.

HSL color Cylindrical-coordinate representation of color #FFB430: hue angle of 38.26º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFB430 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 48 -
CMYK 0 0.29 0.81 0
HSL 38.26º 1% 0.59% -
HSV(B) 38.26º 0.81% 1% -
XYZ 58.09 54.12 10.18 -
YUV 187.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 255 180 48 0 0.29 0.81 0 38.26 1 0.59
Hex FF B4 30 0 1D 51 0 26 64 3B
Octal 377 264 60 0 35 121 0 46 144 73
Binary 11111111 10110100 110000 0 11101 1010001 0 100110 1100100 111011

Color Harmonies of #FFB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB430

Black with #FFB430

Text Example


Text Example

White with #FFB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB430; }

 p { color: rgb(255,180,48); }

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

background-color css

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

 a { background-color: rgb(255,180,48); }

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

border-color css

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

 span { border-color: rgb(255,180,48); }

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